home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / ppst32.zip / readme.32 < prev   
Text File  |  1994-05-27  |  8KB  |  151 lines

  1. ======================================================================
  2.                     Files included in this archive
  3. ======================================================================
  4.  
  5.     If you did not get this file as part of an archive, then you may
  6.  need to get the file PPST32.ZIP from the simtel mirrors in the
  7.  postscript directory. You should have gotten this file (README.32),
  8.  the results file (PPST32.RES) and the actual program file (PPST32.PS).
  9.  
  10. ======================================================================
  11.  
  12.                             COPYRIGHT
  13.     Please feel free to distribute this program in any form you wish
  14.  (CDROM, DISK, BBS, FTP, Modem, etc...) as long as you do not remove
  15.  any part of the archive. Please try to keep all three files together
  16.  as an archive (ZIP, ZOO, PAK, UC2, etc...). I do not give permission
  17.  for use of any part of this code in an other PS program unless
  18.  explicit permission is given by me to you for the specific project
  19.  that you would contact me about. (permission is valid only for that
  20.  instance, if you want to include part of this in any other project
  21.  please ask again). I am a very easy going guy, I just want to know
  22.  what people are doing with my program!
  23.  
  24. ======================================================================
  25.      How to use the PostScript Processing Speed Test (PPST)
  26. ======================================================================
  27.  
  28.         The simplest way of using this PostScript program is to simply
  29.      send it to a PostScript printer to have the printer execute it.
  30.      This will render a page output including the results of the test
  31.      which give the relative speed of the tested printer and an Apple
  32.      LaserWriter.
  33.  
  34.         From DOS, you can type the command:
  35.             COPY ppst32.ps lpt1
  36.                    -OR-
  37.             PRINT ppst32.ps
  38.                    -OR-
  39.             TYPE ppst32.ps >lpt1
  40.  
  41.         Replace lpt1 with whatever port is appropriate (LPT2, COM1) and
  42.      you must issue a MODE command to set the baud rate if you are using
  43.      a serial port (COMx).
  44.         You musn't load the file in a wordprocessor (like WordPerfect) and
  45.      then print it because that will simply print the words in the file
  46.      instead of executing it.
  47.  
  48. ==========================================================================
  49.                                History
  50. ==========================================================================
  51.  
  52.         The idea first came in June 1991 when I started learning the
  53.      Adobe PostScript printer language. I though that it would be 
  54.      interesting to know how long it took for the printer to do a
  55.      particular job. I wrote a small graphics program including the
  56.      timing logic and thus was born version 1.0 of PPST. (I didn't
  57.      name it that yet though).
  58.         Considering all that, I though it would be interesting to have
  59.      some sort of relative test similar to Norton's SI for the PC or 
  60.      LAN Mark, but for a PostScript printer. Since there are so many 
  61.      different things that control the speed at which a printer can
  62.      output a page, you can't just judge it by it's processor, amount
  63.      of memory, or engine speed. There's more to it than that, and I
  64.      wanted to find out. This is when I wrote the first real PostScript
  65.      Processing Speed Test. I called it version 2.0 based on the fact
  66.      that it wasn't really the first one, as stated above.
  67.          Once that was out, I started getting comments on the code and
  68.      modified it so that it was a bit more meaningfull. By mistake, a
  69.      bad version was released, version 2.1, which will not harm your
  70.      printer, but will not give proper results. This is Why I jumped to 
  71.      version 3.0. Version 3.0 only gave the relative speed of the tested
  72.      printer relative to an Apple LaserWriter.
  73.          After finally getting the numbers for the Apple LaserWriter II
  74.      NTX and the QMS PS-2000, I released version 3.1 in January 1992. I
  75.      started getting many replies from people all over the world, bugs,
  76.      problems and suggestions for improvement. During this time I had
  77.      a lot less time to work on this, so I didn't work on it until a lot
  78.      latter. There was a range problem with the graphics test because the
  79.      Adobe deffinition of the printable area is infinte and most printers
  80.      implement that, but some do not and those errors poped-up, an example
  81.      is the QMS 410. Although this problem is not critical, there was some
  82.      concern expressed by owners of these printers and from their
  83.      manufacturers. Also, when PostScript release 2 came out, the format
  84.      for the version number was changed and if PPST31 is run on any Level
  85.      2 capable printer, then the number will overlap the word "number".
  86.          After all that time, I finally decided to work on version 3.2a.
  87.      This version is mainlly a revision for the "features" of the printers
  88.      giving errors and to correct the printing of level two numbers. The
  89.      change in the tests is sufficient enough to make version 3.1 numbers
  90.      different, so I have had to wait until I got the results from an
  91.      Apple LaserWriter before giving index values (I did not have access 
  92.      to one anymore). One I had that, I release version 3.2b (for beta) to
  93.      make sure that there wasn't any new bugs that crept into it. After
  94.      almost a month and only one "bug" report, I have decide to release
  95.      version 3.2 which is this version. The index results includes an
  96.      "image" result marked "next ver" because I had planed to include it
  97.      in 3.2, but ran into a snag. If you have any ideas as to how to
  98.      include a bitmap image test, let me know.
  99.  
  100.          Well, there you go, enjoy!
  101.  
  102. --------------------------------------------------------------------------
  103.     PostScript Processing Speed Test version 3.2 (PPST)
  104. --------------------------------------------------------------------------
  105.         by:   Jean-Serge Gagnon
  106.               Computer Hardware Maintenance Specialist
  107.               222 Jean Perrin
  108.               Gatineau, Quebec, Canada
  109.               J8V 2R4
  110.               cellular: (613)791-0785 (personnal phone, please do
  111.                                       not call between 10PM-8AM EST!)
  112.               fax:      (819)246-5877
  113. --------------------------------------------------------------------------
  114.                       E-mail addresses
  115.  
  116.            internet:   JSG8A@ACADVM1.UOTTAWA.CA
  117.  
  118. ==========================================================================
  119.  
  120.        I would like to here from you about this program. Please let
  121.     me know of any bugs, problems with your printer or fixes that you
  122.     would recommend. I am always open to new ideas. A future release
  123.     will include a few of the more popular printers with a relative
  124.     index comparing your printer to them, but I need your input.
  125.  
  126.        Please send info including the manufacturer of the printer, the
  127.     model number and/or name, and the results from this test. I would
  128.     also appreciate getting your name and e-mail (or regular) address
  129.     and/or phone so that I can reach you should it be necessary. I would
  130.     also be interested in knowing your occupation and interest in this
  131.     matter.
  132.  
  133.                                 Thanking you for your replies
  134.                                     Jean-Serge Gagnon
  135.  
  136. ==========================================================================
  137.  
  138.    Included in the ZIP file are these files:
  139.  
  140.            1)   PPST32.PS ... PostScript Processing Speed Test version
  141.        3.2. Last updated March 9th, 1994. This test, when executed by a
  142.        PostScript printer will give relative speeds of this printer
  143.        compared to the Apple LaserWriter.
  144.  
  145.            2)   README.32 ...  This file.
  146.  
  147.            3)   PPST32.RES ... The result of this test on various PostScript
  148.        devices. Please help me add to this list.
  149.  
  150. ==========================================================================
  151.